| Author | Manuela Ruiz (mruiz@lcc.uma.es) |
Abstract representation of a Constraint
Deletes the Constraint
# File lib/constraints.rb, line 25
25: def delete()
26: end
Returns true iff the design complies the Constraint
# File lib/constraints.rb, line 19
19: def satisfied?()
20: #The empty Constraint always returns true
21: return true
22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.